NDepend.API Documentation
ICodeMetricValue<TCodeElement,TNumeric> Interface
Members 
NDepend.CodeModel Namespace : ICodeMetricValue<TCodeElement,TNumeric> Interface
The code element type that is ICodeElement or that implements ICodeElement.
The numeric value type that is one of these type: byte, sbyte, short, ushort, int, uint, long, ulong, float, double, decimal.
Represent a ICodeMetric<TCodeElement,TNumeric> value.
Syntax
public interface ICodeMetricValue<TCodeElement,TNumeric> 
where TCodeElement: class, ICodeElement
where TNumeric: new(), struct
Type Parameters
TCodeElement
The code element type that is ICodeElement or that implements ICodeElement.
TNumeric
The numeric value type that is one of these type: byte, sbyte, short, ushort, int, uint, long, ulong, float, double, decimal.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ICodeMetricValue<TCodeElement,TNumeric> Members
NDepend.CodeModel Namespace
ICodeMetric<TCodeElement,TNumeric> Interface